Improve translators comments. (#389298, Christian Persch)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 24 Dec 2006 22:12:13 +0000 (22:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 24 Dec 2006 22:12:13 +0000 (22:12 +0000)
2006-12-24  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkaccellabel.c: Improve translators comments.
        (#389298, Christian Persch)

ChangeLog
gtk/gtkaccellabel.c

index 6b8fff34ef69ce3157236195a3c9f455b4e434f5..71b86ccd45dfe7fd61091bdedf7a6f70929b92ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaccellabel.c: Improve translators comments.  
+       (#389298, Christian Persch)
+
 2006-12-24  Bastien Nocera  <hadess@hadess.net>
 
        * gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
index 9d3ca419b7d4efda74ddf108f90575109f6a64ed..5ea999499ab3e5805381e17dd85ab7fe9b95e950 100644 (file)
@@ -84,21 +84,24 @@ gtk_accel_label_class_init (GtkAccelLabelClass *class)
    * that use the shift key. If the text on this key isn't typically
    * translated on keyboards used for your language, don't translate
    * this.
-   * And do not translate the part before the |.
+   * 
+   * Don't include the prefix "keyboard label|" in the translation.
    */
   class->mod_name_shift = g_strdup (Q_("keyboard label|Shift"));
   /* This is the text that should appear next to menu accelerators
    * that use the control key. If the text on this key isn't typically
    * translated on keyboards used for your language, don't translate
    * this.
-   * And do not translate the part before the |.
+   *
+   * Don't include the prefix "keyboard label|" in the translation.
    */
   class->mod_name_control = g_strdup (Q_("keyboard label|Ctrl"));
   /* This is the text that should appear next to menu accelerators
    * that use the alt key. If the text on this key isn't typically
    * translated on keyboards used for your language, don't translate
    * this.
-   * And do not translate the part before the |.
+   *
+   * Don't include the prefix "keyboard label|" in the translation.
    */
   class->mod_name_alt = g_strdup (Q_("keyboard label|Alt"));
   class->mod_separator = g_strdup ("+");